﻿2026-07-06T05:19:25.1126497Z ##[group]Run actions/checkout@v5
2026-07-06T05:19:25.1127242Z with:
2026-07-06T05:19:25.1127583Z   repository: SaberMage/spt-core
2026-07-06T05:19:25.1130238Z   token: ***
2026-07-06T05:19:25.1130554Z   ssh-strict: true
2026-07-06T05:19:25.1130858Z   ssh-user: git
2026-07-06T05:19:25.1131162Z   persist-credentials: true
2026-07-06T05:19:25.1131498Z   clean: true
2026-07-06T05:19:25.1131802Z   sparse-checkout-cone-mode: true
2026-07-06T05:19:25.1132172Z   fetch-depth: 1
2026-07-06T05:19:25.1132472Z   fetch-tags: false
2026-07-06T05:19:25.1132773Z   show-progress: true
2026-07-06T05:19:25.1133082Z   lfs: false
2026-07-06T05:19:25.1133365Z   submodules: false
2026-07-06T05:19:25.1133665Z   set-safe-directory: true
2026-07-06T05:19:25.1134132Z ##[endgroup]
2026-07-06T05:19:25.2971379Z Syncing repository: SaberMage/spt-core
2026-07-06T05:19:25.2972604Z ##[group]Getting Git version info
2026-07-06T05:19:25.2973092Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-06T05:19:25.3251465Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-06T05:19:25.3477258Z git version 2.43.0.windows.1
2026-07-06T05:19:25.3505625Z ##[endgroup]
2026-07-06T05:19:25.3514454Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\6f677f30-e7f6-4912-9651-861f31704273\.gitconfig'
2026-07-06T05:19:25.3528402Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\6f677f30-e7f6-4912-9651-861f31704273' before making global git config changes
2026-07-06T05:19:25.3529301Z Adding repository directory to the temporary git global config as a safe directory
2026-07-06T05:19:25.3533722Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-06T05:19:25.3781008Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-06T05:19:25.3984999Z https://github.com/SaberMage/spt-core
2026-07-06T05:19:25.4010995Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-06T05:19:25.4015188Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-06T05:19:25.4219970Z HEAD
2026-07-06T05:19:25.4489848Z ##[endgroup]
2026-07-06T05:19:25.4493174Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-06T05:19:25.9280715Z ##[group]Cleaning the repository
2026-07-06T05:19:25.9284321Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-06T05:19:28.3908615Z Removing target/
2026-07-06T05:19:28.3940172Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-06T05:19:28.5037540Z HEAD is now at 09deb8eb Merge 600f242fcfbf0e52a2b6199bd7d50939032ff445 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:19:28.5057505Z ##[endgroup]
2026-07-06T05:19:28.5061358Z ##[group]Disabling automatic garbage collection
2026-07-06T05:19:28.5066326Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-06T05:19:28.5289306Z ##[endgroup]
2026-07-06T05:19:28.5289768Z ##[group]Setting up auth
2026-07-06T05:19:28.5295996Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-06T05:19:28.5518648Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-06T05:19:29.0250892Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-06T05:19:29.0481801Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-06T05:19:29.5707350Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-06T05:19:29.5934036Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-06T05:19:30.0548753Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-06T05:19:30.0799342Z ##[endgroup]
2026-07-06T05:19:30.0800014Z ##[group]Fetching the repository
2026-07-06T05:19:30.0806284Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +09deb8ebaed6d4fb12a70cbb8c352599fb296654:refs/remotes/pull/52/merge
2026-07-06T05:19:30.6618400Z ##[endgroup]
2026-07-06T05:19:30.6618912Z ##[group]Determining the checkout info
2026-07-06T05:19:30.6619304Z ##[endgroup]
2026-07-06T05:19:30.6627895Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-06T05:19:30.7685030Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-06T05:19:30.7946589Z ##[group]Checking out the ref
2026-07-06T05:19:30.7951428Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/52/merge
2026-07-06T05:19:30.8306561Z HEAD is now at 09deb8eb Merge 600f242fcfbf0e52a2b6199bd7d50939032ff445 into 06cea5cde193b7f0307a0334de0917ea7bd7742a
2026-07-06T05:19:30.8331832Z ##[endgroup]
2026-07-06T05:19:30.8590704Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-06T05:19:30.8845009Z 09deb8ebaed6d4fb12a70cbb8c352599fb296654
